Replies: 1 comment 2 replies
-
Ping @mdn/core-yari-content AFAIK, the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were looking at using
mdn-data
as a way to create a list of valid functions in CSS:eslint/css#74
It says that the package is deprecated and to use
@webref/css
, however, that data is unsorted. Themdn-data
package sorts the information into groups like functions, units, types, etc., that make it easy for tooling to use that data. The@webref/css
doesn't have a structure that lends itself to easily finding categories of syntax.What's the recommendation if we need categorized data?
Beta Was this translation helpful? Give feedback.
All reactions